const net/http.http2FrameContinuation

8 uses

	net/http (current package)
		h2_bundle.go#L1607: 	http2FrameContinuation http2FrameType = 0x9
		h2_bundle.go#L1620: 	http2FrameContinuation: "CONTINUATION",
		h2_bundle.go#L1681: 	http2FrameContinuation: {
		h2_bundle.go#L1705: 	http2FrameContinuation: http2parseContinuationFrame,
		h2_bundle.go#L2123: 		if fh.Type != http2FrameContinuation {
		h2_bundle.go#L2134: 	} else if fh.Type == http2FrameContinuation {
		h2_bundle.go#L2139: 	case http2FrameHeaders, http2FrameContinuation:
		h2_bundle.go#L2846: 	f.startWrite(http2FrameContinuation, flags, streamID)